home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-13 | 361 b | 11 lines | [TEXT/MPS ] |
- include "iacDriver.DRVR"; /* include the DRVR resource */
- include "installDriver"; /* include the INIT resource */
-
- type 'sysz' { /* This is the type definition */
- longint; /* size requested (see IM V, page 352) */
- };
-
- resource 'sysz' (0,"",0) { /* and this is the declaration */
- 0x00008000 /* 32 * 1024 bytes for sysz resource */
- };
-